home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
101-125
/
105
/
drunkenmouse
/
readme
< prev
next >
Wrap
Text File
|
1995-03-13
|
2KB
|
81 lines
/**********************************************************************/
DRUNKEN MOUSE
By: Alex Livshits
10-Jul-87
/**********************************************************************/
IMPORTANT
---------
The following files are placed in Public Domain by the author:
- DrunkenMouse executable,
- DrunkenMouse.c source,
- inputhandler.c source,
- in.c source
- vblank.c source,
- DrunkenMouse.o object,
- inputhandler.o object,
- handlerinterface.o object,
- in.o object,
- vblank.o object,
- link BLINK 'with' file
- ReadMe this file
ON CONDITION that they are distributed all together and for
NON-COMMERCIAL purposes only.
WHAT IT DOES
------------
Nothing usefull, but harmless.
Use the sources as an example of different trics that can be
done with intuition pointer and input device.
HOW IT WORKS
------------
With some scotch, I suppose..
HOW TO USE IT
-------------
Double-click to it's icon.
TO COMPILE
----------
You MUST use Lattice C (3.10 or 3.03) to compile DrunkenMouse.
I'm reasonably confident that it will NOT compile correctly with Manx C.
The steps are:
For all .c files:
LC1 -ccws -oram: <file>
LC2 -v -oRAM: ram:<file>
copy ram:<file>.o to <file>.o
Assembly handlerinterface.asm
Link them all:
BLINK with link
(link file included)
CONTACT
-------
Alex Livshits,
15 rue Durantin,
75018 Paris,
FRANCE
Enjoy!